Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lint): fix golangci config and linting errors #98

Merged
merged 6 commits into from
Nov 13, 2024
Merged

Conversation

Lazar955
Copy link
Member

@Lazar955 Lazar955 commented Nov 9, 2024

Fixes the format of the golangci configuration and lining errors. Previously when using golangci-lint it didn't read the configurations so we only had default checks

@@ -82,6 +82,7 @@ func (c *Client) getBestBlockHashWithRetry() (*chainhash.Hash, error) {
); err != nil {
c.logger.Debug(
"failed to query the best block hash", zap.Error(err))
return nil, err
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woh those seems like critical fixes 😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah some obvious misses on our end 😅

@Lazar955 Lazar955 merged commit 13469b4 into main Nov 13, 2024
12 checks passed
@Lazar955 Lazar955 deleted the lazar/linter branch November 13, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants